home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / winter_challenge.swf / scripts / frame_8 / PlaceObject2_105_100 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Text File  |  2011-08-19  |  135b  |  8 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.gameInProgress == 1)
  3.    {
  4.       checkforIntersect();
  5.       checkforOutsideScreen();
  6.    }
  7. }
  8.